/*通用样式*/
/*div{*/
/*border:1px solid #000;*/
/*}*/
strong {
  color: #e80000;
}
.loading {
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid #e80000;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #e80000;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.loading {
  animation: bganim 0.6s linear 0s infinite;
  -moz-animation: bganim 0.6s linear 0s infinite;
  -webkit-animation: bganim 0.6s linear 0s infinite;
}
@keyframes bganim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes bganim {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes bganim {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font: 12px "microsoft yahei", Arial, sans-serif;
  color: #666;
  margin: 0;
  padding: 0;
}
body button {
  font-family: "microsoft yahei";
}
@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
@media screen and (min-width: 2460px) {
  body {
    width: 2460px;
    margin: 0 auto;
  }
}
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input,
textarea {
  border: 0;
  font: 12px "microsoft yahei", Arial, sans-serif;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.clear {
  clear: both;
}
img {
  vertical-align: bottom;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #FF0700;
  text-decoration: none;
}
#login-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
#login-box #login {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  width: 360px;
  min-height: 470px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  margin-top: 6%;
}
#login-box #login .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  line-height: 23px;
  background: #09a3ef;
  font-weight: bold;
  font-size: 24px;
}
#login-box #login .d2 {
  width: 270px;
  padding: 0 43px;
}
#login-box #login .d2 h2 {
  font-weight: normal;
  color: #000000;
}
#login-box #login .d2 h2:first-child {
  margin-top: 30px;
}
#login-box #login .d2 h2.ul_h2 {
  margin-top: 55px;
  text-align: center;
}
#login-box #login .d2 ul .login_xian {
  border-bottom: 2px solid #eee;
  width: 70px;
  height: 1px;
  margin-top: 25px;
}
#login-box #login .d2 ul {
  margin-top: 20px;
}
#login-box #login .d2 ul li a {
  width: 54px;
  height: 54px;
  display: inline-block;
  background: url('../images/fouricon.png') no-repeat;
}
#login-box #login .d2 ul li a.qqdl {
  background-position: -4px -65px;
  margin: 0 7px;
}
#login-box #login .d2 ul li a.qqdl:hover {
  background-position: -4px -1px;
}
#login-box #login .d2 ul li a.wxdl {
  background-position: -64px -65px;
}
#login-box #login .d2 ul li a.wxdl:hover {
  background-position: -64px -1px;
}
#login-box #login #login_form input {
  height: 45px;
}
#login-box #login .d2 h2.form_h2 {
  margin-top: 15px;
}
#login-box #login_form input {
  width: 200px;
  height: 35px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 35px;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 8px;
  font-size: 14px;
}
#login-box #login_form input:focus {
  box-shadow: 0 0 6px #999;
}
#login-box #login_form p {
  text-align: right;
  margin: 10px 0;
  font-size: 14px;
  color: #999;
}
#login-box #login_form p:last-child {
  text-align: center;
  margin-top: 20px;
}
#login-box #login_form p:last-child a {
  color: #1e88e5;
  text-decoration: underline;
}
#login-box #login_form p > a {
  color: #999;
}
#login-box #login_form .btn_input {
  width: 272px;
  height: 35px;
  background-color: #1e88e5;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 10px;
  font-size: 16px;
  margin: 0;
}
#login-box #login_form .btn_input:hover {
  background-color: #1e88e5;
  box-shadow: 0 0 8px #999;
}
#login-box #login_form label {
  position: relative;
}
#login-box #login_form i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
}
#login-box #login_form i.icon_user {
  background: url(../images/user.png);
  left: 9px;
  top: -2px;
}
#login-box #login_form i.icon_pwd {
  background: url(../images/pas.png) no-repeat;
  left: 10px;
  top: -2px;
}
#login-box #login_form i.show_pwd {
  background: url(../images/2016-12-19_094632.png) no-repeat 2px 5px;
  right: 10px;
  top: -2px;
  cursor: pointer;
}
#login-box #login .login_prompt {
  color: #e80000;
  font-size: 14px;
  margin-top: 5px;
  height: 19px;
  width: 100%;
  font-weight: bold;
}
#login-box #login #uname {
  margin-top: 5px;
}
#login-box #login .login_prompt p {
  display: none;
}
.render_header {
  width: 100%;
  background: #333;
}
.render_header .header_main {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
}
.render_header .header_main .l_ul li {
  float: left;
  height: 70px;
  line-height: 70px;
  margin-right: 55px;
  position: relative;
}
.render_header .header_main .l_ul li:first-child {
  margin-right: 404px;
}
.render_header .header_main .l_ul li:last-child {
  margin-right: 0;
}
.render_header .header_main .l_ul li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 55px;
}
.render_header .header_main .l_ul li a.action {
  color: #e80000;
}
.render_header .header_main .l_ul li a.pitch {
  border-bottom: 1px solid #fff;
}
.render_header .header_main .l_ul li .icon-capped,
.render_header .header_main .l_ul li .icon-special {
  position: absolute;
  top: 2px;
  right: -47px;
  height: 22px;
  display: inline-block;
}
.render_header .header_main .l_ul li .icon-capped {
  width: 60px;
  background: url(../images/icon-capped.png) no-repeat;
}
.render_header .header_main .l_ul li .icon-special {
  width: 70px;
  background: url(../images/icon-special.png) no-repeat;
}
.render_header .header_main .r_ul > li {
  float: left;
  height: 45px;
  margin-top: 25px;
  font-size: 14px;
  margin-left: 30px;
}
.render_header .header_main .r_ul > li:first-child {
  position: relative;
}
.render_header .header_main .r_ul > li:first-child .not_login a {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.render_header .header_main .r_ul > li:first-child .you_login {
  display: none;
  position: relative;
  top: -4px;
}
.render_header .header_main .r_ul > li:first-child .you_login img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle {
  display: none;
  box-shadow: 0 0 10px #CACACA;
  position: absolute;
  width: 248px;
  height: 290px;
  background: #fff;
  left: -200px;
  top: 25px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) {
  height: 68px;
  width: 248px;
  box-sizing: border-box;
  padding: 7px 15px;
  border-bottom: 1px solid #dddddd;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > p:nth-child(1) {
  float: left;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > p:nth-child(1) img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #dddddd;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > p:nth-child(3) {
  float: right;
  cursor: pointer;
  color: #112233;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > div {
  float: left;
  width: 100px;
  padding-top: 5px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > div p {
  margin-left: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > div p:first-child {
  color: #112233;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(1) > div p:last-child {
  color: #ccc;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) {
  height: 190px;
  width: 248px;
  box-sizing: border-box;
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul {
  margin-top: 9px;
  width: 250px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li {
  float: left;
  margin-bottom: 6px;
  width: 73px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li p:first-child {
  width: 45px;
  height: 45px;
  border: 1px solid #000080;
  color: #000080;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  margin: 0 auto;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li p:last-child {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li:nth-child(2) p:first-child {
  border: 1px solid #00a9e0;
  color: #00a9e0;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li:nth-child(3) p:first-child {
  border: 1px solid #E80000;
  color: #E80000;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li:nth-child(4) p:first-child {
  border: 1px solid #00ff00;
  color: #00ff00;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li:nth-child(5) p:first-child {
  border: 1px solid #f0c20f;
  color: #f0c20f;
  line-height: 15px;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 6px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(2) > ul li:nth-child(6) p:first-child {
  border: 1px solid #00eeee;
  color: #00eeee;
  line-height: 15px;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 6px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(3) {
  height: 33px;
  width: 248px;
  box-sizing: border-box;
  padding: 0 15px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(3) p {
  float: left;
  margin-top: 7px;
}
.render_header .header_main .r_ul > li:first-child .int_user_handle > div:nth-child(3) p:last-child {
  float: right;
}
.render_footer .friend_link {
  margin-left: 920px;
}
.render_footer .friend_link ul {
  display: flex;
}
.render_footer .row_1 {
  background: #fff;
  height: 216px;
  width: 100%;
  color: #656565;
}
.render_footer .row_1 .row_1_1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}
.render_footer .row_1 .row_1_1 .u1 {
  float: right;
  height: 140px;
  margin-right: 50px;
  position: relative;
  width: 300px;
  padding-top: 40px;
}
.render_footer .row_1 .row_1_1 .u1 li:nth-child(1) {
  float: left;
  margin-right: 10px;
}
.render_footer .row_1 .row_1_1 .u1 li:nth-child(2) {
  font-size: 15px;
  display: inline-block;
  margin-top: 6px;
}
.render_footer .row_1 .row_1_1 .u1 li:nth-child(3) {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.render_footer .row_1 .row_1_1 .u2 {
  float: left;
  margin-left: 40px;
}
.render_footer .row_1 .row_1_1 .u2 li {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.render_footer .row_1 .row_1_1 .u2 li:first-child {
  font-size: 18px;
  margin-bottom: 5px;
}
.render_footer .row_1 .row_1_1 .u2 li.li_2 {
  position: relative;
}
.render_footer .row_1 .row_1_1 .u2 li.li_2 textarea {
  resize: none;
  cursor: pointer;
  font-size: 15px;
  background: #fff;
  padding: 0;
  color: #656565;
  position: relative;
  top: 4px;
  height: 21px;
  border: 0;
  width: 90px;
}
.render_footer .row_1 .row_1_1 .u2 li.li_2 #qqhao1_btn {
  position: absolute;
  top: -16px;
  left: 62px;
  display: none;
}
.render_footer .row_1 .row_1_1 .u2 li.li_2 #qqhao2_btn {
  position: absolute;
  top: -16px;
  left: 160px;
  display: none;
}
.render_footer .row_1 .row_1_1 .u3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.render_footer .row_1 .row_1_1 .u3 .icon-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.render_footer .row_1 .row_1_1 .u3 .icon-tab img {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid transparent;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 4px;
}
.render_footer .row_1 .row_1_1 .u3 .icon-tab img.active {
  border-color: #e80000;
  opacity: 1;
  transition: all 0.3s;
}
.render_footer .row_1 .row_1_1 .u3 .icon-tab img:last-of-type {
  margin-bottom: 0;
}
.render_footer .row_1 .row_1_1 .u3 .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.render_footer .row_2 {
  height: 46px;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #f3f3f3;
  padding: 26px 0;
  color: #999;
}
.render_footer .row_2 p {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 46px;
}
.render_footer .row_2 p a {
  color: #999;
}
.render_aside {
  position: fixed;
  top: 60%;
  right: 0;
  width: 40px;
  height: 200px;
  box-sizing: border-box;
  z-index: 1000000;
  font-size: 14px;
}
.render_aside > ul {
  color: #fff;
}
.render_aside > ul li {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  padding: 5px 0;
  cursor: pointer;
}
.render_aside > ul li:hover {
  background: rgba(51, 51, 51, 0.6);
}
.render_aside > ul li a {
  color: #fff;
}
.render_aside > ul li:nth-child(2) {
  position: relative;
}
.render_aside > ul li:nth-child(2) div {
  display: none;
  position: absolute;
  width: 110px;
  height: 110px;
  left: -110px;
  background: rgba(51, 51, 51, 0.6);
  top: 0px;
}
.render_aside > ul li:nth-child(2) div img {
  width: 100px;
  height: 100px;
  margin: 5px;
}
.render_aside > ul li:nth-child(2):hover div {
  display: block;
}
.render_aside > ul li:nth-child(3) {
  position: relative;
}
.render_aside > ul li:nth-child(3) div {
  display: none;
  position: absolute;
  line-height: 48px;
  width: 122px;
  left: -122px;
  border-right: 1px solid #fff;
  top: 0;
  background: rgba(51, 51, 51, 0.6);
}
.render_aside > ul li:nth-child(3):hover div {
  display: block;
}
.render_aside > ul li:nth-child(4) {
  height: 48px;
  width: 40px;
  box-sizing: border-box;
}
.render_aside > ul li:nth-child(4) span {
  display: none;
}
.render_aside > ul li:nth-child(4) img {
  margin-top: 3px;
}
.render_aside > ul li:nth-child(4):hover span {
  display: block;
}
.render_aside > ul li:nth-child(4):hover img {
  display: none;
}
.render_main #ido {
  overflow: hidden;
}
.render_main #ido .section1 {
  position: relative;
  overflow: hidden;
}
.render_main #ido .section1 .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.render_main #ido .section1 .title_1 {
  color: #fff;
  text-align: center;
  padding-top: 17%;
}
.render_main #ido .section1 .title_1 h1 {
  font-size: 75px;
}
.render_main #ido .section1 .title_1 h2 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}
.render_main #ido .section1 .download_page1 {
  display: block;
  text-align: center;
  margin-top: 3%;
}
.render_main #ido .section2 {
  background: #fff;
  overflow: hidden;
}
.render_main #ido .section2 .contain {
  text-align: center;
  padding-top: 3%;
  box-sizing: border-box;
}
.render_main #ido .section2 .contain h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #112233;
}
.render_main #ido .section2 .contain p {
  font-size: 14px;
}
.render_main #ido .section2 .contain p span {
  color: #09A3EF;
}
.render_main #ido .section2 .contain p a {
  color: #09A3EF;
  display: inline-block;
  margin: 20px;
}
.render_main #ido .section2 .contain div {
  position: relative;
}
.render_main #ido .section3 {
  overflow: hidden;
}
.render_main #ido .section3 .contain {
  position: relative;
  height: 100%;
}
.render_main #ido .section3 .contain > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.render_main #ido .section3 .contain .main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 6%;
}
.render_main #ido .section3 .contain .main ul {
  float: left;
  margin-top: 60px;
}
.render_main #ido .section3 .contain .main ul li {
  color: #fff;
}
.render_main #ido .section3 .contain .main ul li:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(2) {
  font-size: 16px;
  margin-bottom: 5px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(3) {
  font-size: 16px;
  margin-bottom: 40px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(4) {
  font-size: 18px;
  margin-bottom: 25px;
  color: #1A9EFB;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) {
  width: 532px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a i {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url('../images/render/p2_ruanjian.png') no-repeat -7px -1px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(2) i {
  background-position-x: -139px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(3) i {
  background-position-x: -272px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(4) i {
  background-position-x: -404px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(5) i {
  background-position: -7px -117px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(6) i {
  background-position: -139px -117px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(7) i {
  background-position: -272px -117px;
}
.render_main #ido .section3 .contain .main ul li:nth-child(5) a:nth-child(8) i {
  background-position: -404px -117px;
}
.render_main #ido .section4 {
  overflow: hidden;
  background: #fff;
}
.render_main #ido .section4 .contain {
  text-align: center;
  padding-top: 3%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.render_main #ido .section4 .contain .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.render_main #ido .section4 .contain h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #112233;
}
.render_main #ido .section4 .contain p {
  font-size: 14px;
}
.render_main #ido .section4 .contain p span {
  color: #09A3EF;
}
.render_main #ido .section4 .contain p a {
  color: #09A3EF;
  display: inline-block;
  margin: 20px;
}
.render_main #ido .section4 .contain ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 4%;
}
.render_main #ido .section4 .contain ul li {
  float: left;
  width: 260px;
  height: 194px;
  margin: 30px 70px;
}
.render_main #ido .section4 .contain ul li:hover:nth-child(1) i {
  background: url('../images/render/01_a.gif');
}
.render_main #ido .section4 .contain ul li:hover:nth-child(2) i {
  background: url('../images/render/02_a.gif');
}
.render_main #ido .section4 .contain ul li:hover:nth-child(3) i {
  background: url('../images/render/03_a.gif');
}
.render_main #ido .section4 .contain ul li:hover:nth-child(4) i {
  background: url('../images/render/04_a.gif');
}
.render_main #ido .section4 .contain ul li:hover:nth-child(5) i {
  background: url('../images/render/05_a.gif');
}
.render_main #ido .section4 .contain ul li:hover:nth-child(6) i {
  background: url('../images/render/06_a.gif');
}
.render_main #ido .section4 .contain ul li i {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url('../images/render/01.png');
  margin-bottom: 5px;
}
.render_main #ido .section4 .contain ul li:nth-child(2) i {
  background: url('../images/render/02.png');
}
.render_main #ido .section4 .contain ul li:nth-child(3) i {
  background: url('../images/render/03.png');
}
.render_main #ido .section4 .contain ul li:nth-child(4) i {
  background: url('../images/render/04.png');
}
.render_main #ido .section4 .contain ul li:nth-child(5) i {
  background: url('../images/render/05.png');
}
.render_main #ido .section4 .contain ul li:nth-child(6) i {
  background: url('../images/render/06.png');
}
.render_main #ido .section4 .contain ul li h2 {
  font-size: 22px;
  color: #112233;
  margin-bottom: 10px;
}
.render_main #ido .section4 .contain ul li p {
  text-align: center;
  color: #999;
}
.render_main #ido .section4 .contain ul li p span {
  display: inline-block;
  width: 24px;
  height: 5px;
  background: #E50016;
  margin-bottom: 10px;
}
.render_main #ido .section5 {
  overflow: hidden;
}
.render_main #ido .section5 .contain {
  padding-top: 3%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.render_main #ido .section5 .contain > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.render_main #ido .section5 .contain > h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.render_main #ido .section5 .contain > p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.render_main #ido .section5 .contain > p a {
  color: #09A3EF;
  display: inline-block;
  margin: 20px;
}
.render_main #ido .section5 .contain > div {
  width: 1200px;
  margin: 0 auto;
  margin-top: 4%;
}
.render_main #ido .section5 .contain > div > div {
  float: left;
  width: 288px;
  height: 498px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 47px;
  padding-top: 50px;
  margin: 0 6px;
}
.render_main #ido .section5 .contain > div > div:hover {
  background: #197bd6;
}
.render_main #ido .section5 .contain > div > div p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.render_main #ido .section5 .contain > div > div p:nth-child(1) {
  font-size: 50px;
  font-family: 'STXihei';
  margin-bottom: 3px;
}
.render_main #ido .section5 .contain > div > div p:nth-child(2) {
  font-size: 28px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}
.render_main #ido .section6 {
  background: #fff;
  overflow: hidden;
}
.render_main #ido .section6 .contain {
  position: relative;
  height: 100%;
}
.render_main #ido .section6 .contain .page6_main {
  text-align: center;
}
.render_main #ido .section6 .contain .page6_main h1 {
  font-size: 32px;
  color: #fff;
  padding-top: 15%;
  margin-bottom: 28px;
}
.render_main #ido .section6 .contain .page6_main > p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.render_main #ido .section6 .contain .page6_main > p a {
  color: #fff;
  display: inline-block;
  width: 178px;
  height: 48px;
  border: 2px solid #09a3ef;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  margin-top: 28px;
  background: #09a3ef;
}
.render_main #ido .section6 .contain .page6_main > p a:hover {
  color: #fff;
  background: #09a3ef;
}
.render_main #ido .section6 .contain .bg_div > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.render_main #ido .section6 .contain .render_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.renbilling .header {
  width: 100%;
  height: 580px;
}
.renbilling .header img {
  width: 100%;
  height: 100%;
}
.renbilling .billing_row2 {
  width: 100%;
  position: relative;
}
.renbilling .billing_row2 .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.renbilling .billing_row2 .contain {
  width: 1200px;
  margin: 0 auto;
  padding-top: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.renbilling .billing_row2 .contain .explain {
  width: 1136px;
  margin: 20px 0;
}
.renbilling .billing_row2 .contain .content_main_bot {
  width: 455px;
  min-height: 85px;
  background: #14a0f8;
  border-radius: 60px;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.renbilling .billing_row2 .contain .content_main_bot > h2 {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 3px;
}
.renbilling .billing_row2 .contain .content_main_bot > p {
  font-size: 16px;
  color: #b4e3fe;
}
.renbilling .billing_row2 .contain .title {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 15px;
}
.renbilling .billing_row2 .contain .title p:nth-child(1) {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 18px;
}
.renbilling .billing_row2 .contain .title p:nth-child(2),
.renbilling .billing_row2 .contain .title p:nth-child(3) {
  font-size: 18px;
  line-height: 34px;
}
.renbilling .billing_row2 .contain .title p:nth-child(2) span,
.renbilling .billing_row2 .contain .title p:nth-child(3) span {
  color: #ef0000;
}
.renbilling .billing_row2 .contain .table_box table {
  border-collapse: collapse;
  width: 1142px;
  margin: 0 auto;
}
.renbilling .billing_row2 .contain .table_box table tr td {
  font-size: 14px;
  width: 114px;
  height: 54px;
  text-align: center;
  border: 1px solid #ddd;
}
.renbilling .billing_row2 .contain .table_box table tr:nth-child(1) {
  background: #1482CF;
  color: #fff;
}
.renbilling .billing_row3 {
  width: 100%;
  height: 650px;
  position: relative;
}
.renbilling .billing_row3 .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.renbilling .billing_row3 .contain {
  width: 1200px;
  margin: 0 auto;
  padding-top: 3%;
}
.renbilling .billing_row3 .contain ul {
  float: right;
}
.renbilling .billing_row3 .contain ul li {
  font-size: 17px;
  margin-bottom: 5px;
  color: #666;
}
.renbilling .billing_row3 .contain ul li:nth-child(1) {
  color: #0081d2;
  font-size: 36px;
  padding-bottom: 30px;
  padding-top: 200px;
}
.renbilling .billing_row3 .contain ul li:nth-child(2),
.renbilling .billing_row3 .contain ul li:nth-child(3) {
  margin-bottom: 10px;
}
.renbilling .billing_row3 .contain ul li:nth-child(2) img,
.renbilling .billing_row3 .contain ul li:nth-child(3) img {
  margin-right: 15px;
}
.renbilling .billing_row3 .contain ul li:last-child {
  margin-top: 35px;
}
.renbilling .billing_row3 .contain ul li:last-child a {
  width: 198px;
  height: 48px;
  display: inline-block;
  color: #1482CF;
  border: 1px solid #1482CF;
  text-align: center;
  line-height: 48px;
  margin-right: 15px;
}
.renbilling .billing_row3 .contain ul li:last-child a:last-child {
  color: #fff;
  background: #1482CF;
}
.renbilling .billing_row3 .contain div {
  float: left;
  margin-top: 90px;
}
.renbilling .billing_row4 {
  padding-top: 55px;
  padding-bottom: 100px;
}
.renbilling .billing_row4 .bg_img {
  width: 100%;
  height: 643px;
  position: absolute;
  z-index: -1;
}
.renbilling .billing_row4 > h1 {
  text-align: center;
  color: #333;
  font-size: 28px;
  margin-bottom: 35px;
}
.renbilling .billing_row4 > p {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-top: 18px;
}
.renbilling .billing_row4 > div {
  width: 1111px;
  height: 420px;
  border: 1px solid #DCDCDC;
  margin: 0 auto;
  padding: 0 65px;
  padding-top: 30px;
  box-sizing: border-box;
}
.renbilling .billing_row4 > div .col_u1 {
  float: left;
}
.renbilling .billing_row4 > div .col_u1 li {
  margin-bottom: 20px;
}
.renbilling .billing_row4 > div .col_u1 li:nth-child(1) {
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 25px;
}
.renbilling .billing_row4 > div .col_u1 li:nth-child(4) {
  margin: 30px 0;
}
.renbilling .billing_row4 > div .col_u1 li span {
  font-size: 15px;
  display: inline-block;
  width: 140px;
  text-align: right;
}
.renbilling .billing_row4 > div .col_u1 li input {
  width: 280px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  padding: 0 18px;
}
.renbilling .billing_row4 > div .col_u1 li input:focus {
  box-shadow: 0 0 3px #1e88e5;
}
.renbilling .billing_row4 > div .col_u1 li a {
  display: inline-block;
  width: 200px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  background: #1e88e5;
  font-size: 16px;
  margin-left: 180px;
}
.renbilling .billing_row4 > div .col_u1 li div {
  display: inline-block;
  width: 200px;
}
.renbilling .billing_row4 > div .col_u1 li div p {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin-right: 12px;
}
.renbilling .billing_row4 > div .col_u1 li div p.action b i {
  display: inline-block;
}
.renbilling .billing_row4 > div .col_u1 li div p b {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  background: #eee;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.renbilling .billing_row4 > div .col_u1 li div p b i {
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
.renbilling .billing_row4 > div .col_u2 {
  float: right;
}
.renbilling .billing_row4 > div .col_u2 li {
  margin-bottom: 15px;
}
.renbilling .billing_row4 > div .col_u2 li:nth-child(1) {
  font-size: 18px;
  padding-left: 33px;
  margin-bottom: 25px;
}
.renbilling .billing_row4 > div .col_u2 li span:first-child {
  font-size: 15px;
  display: inline-block;
  width: 140px;
  text-align: right;
}
.renbilling .billing_row4 > div .col_u2 li span:last-child {
  font-size: 15px;
  margin-left: 5px;
}
.renbilling .billing_row4 > div .col_u2 li input {
  width: 280px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  padding: 0 18px;
  text-align: right;
}
.render_download {
  position: relative;
}
.render_download .bg_img {
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
}
.render_download h1 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 20px;
}
.render_download p {
  color: #c6c6c6;
  font-size: 18px;
  text-align: center;
}
.render_download p a {
  margin-top: 20px;
  display: inline-block;
  width: 222px;
  height: 50px;
  line-height: 50px;
  background: #09a3ef;
  color: #fff;
  border-radius: 2px;
}
.render_download p a i {
  margin-right: 10px;
}
.render_download .big_tv {
  width: 925px;
  height: 535px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
  background: url("../images/render/xiazai_computer.png");
  padding-top: 33px;
  padding-left: 33px;
  box-sizing: border-box;
}
.render_download .big_tv .tv_main {
  width: 608px;
  height: 398px;
  box-sizing: border-box;
  overflow: hidden;
}
.render_download .big_tv .tv_main ul {
  position: relative;
  bottom: 0;
}
.render_download .big_tv .tv_main ul li {
  position: relative;
}
.render_download .big_tv .tv_main ul li a {
  position: absolute;
  width: 54px;
  height: 24px;
  bottom: 46px;
  left: 279px;
  box-sizing: border-box;
}
.render_download .big_tv .tv_main ul li:last-child a {
  background: #FFFFFF;
  border-radius: 3px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 3px;
}
.render_download .big_tv .tv_main ul li:last-child a span {
  color: #666;
  display: inline-block;
  font-size: 12px;
  transform-origin-x: 0;
  transform: scale(0.65);
}
.render_help .help_header {
  position: relative;
  height: 315px;
}
.render_help .help_header .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.render_help .help_header p {
  text-align: center;
  color: #fff;
}
.render_help .help_header p:nth-child(2) {
  padding-top: 110px;
}
.render_help .help_header p:nth-child(3) {
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
.render_help .help_header p:nth-child(4) {
  padding-top: 10px;
  font-size: 15px;
}
.render_help .help_main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 300px;
}
.render_help .help_main:after {
  content: '';
  display: block;
  clear: both;
}
.render_help .help_main .left_nav {
  float: left;
  width: 219px;
  border-right: 1px solid #ddd;
  padding-left: 20px;
  padding-bottom: 40px;
}
.render_help .help_main .left_nav .nav_title {
  font-weight: bold;
  font-size: 20px;
  color: #112233;
  margin: 20px 0 15px 15px;
}
.render_help .help_main .left_nav li {
  font-size: 14px;
  margin-bottom: 12px;
}
.render_help .help_main .left_nav li a {
  padding-left: 15px;
}
.render_help .help_main .left_nav li a:hover {
  color: #09a3ef;
}
.render_help .help_main .left_nav li.action {
  border-left: 5px solid #09a3ef;
}
.render_help .help_main .left_nav li.action a {
  padding-left: 10px;
  color: #09a3ef;
}
.render_help .help_main .right_detail {
  float: right;
  width: 940px;
  padding-left: 20px;
}
.render_help .help_main .right_detail .detail_title {
  font-weight: normal;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.render_help .help_main .right_detail p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.render_help .help_main .right_detail img {
  max-width: 940px;
}
.rensecongline img {
  width: 100%;
  height: 100%;
}
.rensecongline .header {
  width: 100%;
  height: 580px;
  position: relative;
}
.rensecongline .header a {
  display: block;
  width: 10.4%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #87cbe4;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 19.5%;
  bottom: 154px;
  color: #fff;
}
.rensecongline .header a:hover {
  background: #00c3ce;
  border: 1px solid #00c3ce;
}
.rensecongline .rensecongline_main {
  width: 100%;
  height: 580px;
}
.rensecongline .rensecongline_main .rensecongline_box {
  width: 1200px;
  height: 580px;
  margin: auto;
}
.rensecongline .rensecongline_main .rensecongline_box .title p {
  text-align: center;
}
.rensecongline .rensecongline_main .rensecongline_box .title p:nth-child(1) {
  height: 75px;
  line-height: 75px;
  font-size: 36px;
  color: #333;
  padding-top: 15px;
}
.rensecongline .rensecongline_main .rensecongline_box .title p:nth-child(2) {
  font-size: 16px;
  color: #666;
}
.rensecongline .rensecongline_main .rensecongline_box .title p:nth-child(2) span {
  color: #FC6B4A;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left {
  box-sizing: border-box;
  float: left;
  width: 1200px;
  height: 401px;
  margin-top: 30px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .tags {
  width: 100%;
  height: 48px;
  background: #333;
  border-bottom: 3px solid #1BB0CC;
  color: #fff;
  font-size: 18px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .tags span {
  float: left;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  width: 300px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .tags span:not(:last-child) {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .tags span.active {
  background: #1BB0CC;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page {
  height: 350px;
  box-sizing: border-box;
  border: 1px solid #1BB0CC;
  border-top: 0;
  display: none;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page.active {
  display: block;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul {
  float: left;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #1BB0CC;
  padding: 0 18px;
  color: #333;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul:last-child {
  border-right: 0;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li span {
  font-size: 16px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li span:nth-child(2) {
  float: right;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(1) {
  font-size: 18px;
  padding-top: 30px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(1) b {
  font-size: 13px;
  font-weight: 500;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(2) {
  border-bottom: 1px solid #1BB0CC;
  color: #1BB0CC;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(2) span:nth-child(1) {
  font-size: 40px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(2) span:nth-child(2) {
  padding-top: 25px;
  position: relative;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(2) span:nth-child(2) b {
  color: #fff;
  font-size: 12px;
  background: #F96951;
  width: 58px;
  box-sizing: border-box;
  padding: 2px 5px;
  font-weight: 500;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: -2px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_left .pages .page > ul li:nth-child(2) ~ li {
  line-height: 30px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right {
  float: left;
  margin-left: 25px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(1) {
  color: #00a7c6;
  font-size: 42px;
  padding-bottom: 20px;
  padding-top: 166px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(1) span {
  font-weight: bold;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(2) {
  font-size: 26px;
  padding-bottom: 36px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(2) span {
  border-bottom: 2px solid #00a7c6;
  padding-bottom: 20px;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(3) span {
  color: #ef0000;
}
.rensecongline .rensecongline_main .rensecongline_box #row1_right li:nth-child(5) span {
  color: #00a7c6;
  text-decoration: underline;
}
.rensecongline .rensecondline_content {
  width: 100%;
  height: 580px;
  background: #ececec;
}
.rensecongline .rensecondline_content .content {
  width: 1200px;
  height: 580px;
  margin: auto;
}
.rensecongline .rensecondline_content .content p {
  width: 100%;
  height: 238px;
  line-height: 238px;
  font-size: 36px;
  color: #333;
  text-align: center;
}
.rensecongline .rensecondline_content .content .pic_box {
  width: 1200px;
  height: 70px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .pic_box li {
  width: 70px;
  height: 70px;
  float: left;
  padding: 0 85px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .wen_box {
  width: 1200px;
  height: 70px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .wen_box li {
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #333;
  float: left;
  padding: 0 70px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .msg1_box {
  width: 1200px;
  height: 30px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .msg1_box li {
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
  float: left;
  padding: 0 30px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .msg2_box {
  width: 1200px;
  height: 30px;
  overflow: hidden;
}
.rensecongline .rensecondline_content .content .msg2_box li {
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
  float: left;
  padding: 0 10px;
  overflow: hidden;
}
.rensecongline .rensecondline_msg {
  width: 100%;
  height: 580px;
}
.rensecongline .rensecondline_msg .price {
  width: 1200px;
  height: 580px;
  margin: auto;
  background: #fff;
}
.rensecongline .rensecondline_msg .price .p1 {
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 36px;
  color: #333;
  padding-top: 56px;
}
.rensecongline .rensecondline_msg .price .p2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.rensecongline .rensecondline_msg .price .price_box {
  padding-top: 30px;
  width: 1200px;
  overflow: hidden;
}
.rensecongline .rensecondline_msg .price .price_box li {
  width: 229px;
  height: 280px;
  border: 2px solid #00aece;
  float: left;
  margin-right: 13.5px;
  box-sizing: border-box;
}
.rensecongline .rensecondline_msg .price .price_box li:nth-child(5) {
  margin-right: 0;
  position: relative;
}
.rensecongline .rensecondline_msg .price .price_box li:nth-child(5) img {
  width: 63px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head {
  width: 100%;
  height: 149px;
  border-bottom: 2px solid #00aece;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head p {
  width: 200px;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 20px;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head .box_money {
  width: 200px;
  height: 74px;
  padding-left: 20px;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head .box_money .dian {
  float: left;
  font-size: 46px;
  color: #00aece;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head .box_money .zhe {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head .box_money .zhe .cao {
  display: block;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  background: #fb6b4a;
  color: #fff;
}
.rensecongline .rensecondline_msg .price .price_box li .box_head .box_money .zhe .yuan {
  font-size: 14px;
  color: #00aece;
}
.rensecongline .rensecondline_msg .price .price_box li .box_foot {
  width: 200px;
  padding-left: 20px;
  height: 100px;
  padding-top: 30px;
}
.rensecongline .rensecondline_msg .price .price_box li .box_foot p {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.rensecongline .secondline_costEstimation {
  width: 100%;
  height: 575px;
}
.rensecongline .secondline_costEstimation .costEstimation {
  width: 100%;
  height: 142px;
  line-height: 142px;
  text-align: center;
  font-size: 38px;
  color: #333333;
}
.rensecongline .secondline_costEstimation .box {
  width: 60%;
  height: 313px;
  margin-left: 20%;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.rensecongline .secondline_costEstimation .box .configuration {
  float: left;
  width: 24.4%;
  height: 313px;
}
.rensecongline .secondline_costEstimation .box .configuration .config {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
}
.rensecongline .secondline_costEstimation .box .configuration .config_box {
  width: 100%;
}
.rensecongline .secondline_costEstimation .box .configuration .config_box li {
  list-style: none;
  text-align: right;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
}
.rensecongline .secondline_costEstimation .box .configuration .config_box li span {
  font-size: 12px;
  margin-right: 3%;
}
.rensecongline .secondline_costEstimation .box .configuration .config_box li input {
  width: 49%;
  height: 32px;
  border: 1px solid #d2d2d2;
}
.rensecongline .secondline_costEstimation .box .task {
  float: left;
  width: 29.6%;
  height: 313px;
}
.rensecongline .secondline_costEstimation .box .task .tasked {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
}
.rensecongline .secondline_costEstimation .box .task .tasked_box {
  width: 100%;
  position: relative;
}
.rensecongline .secondline_costEstimation .box .task .tasked_box li {
  list-style: none;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: right;
  margin-right: 11.5%;
}
.rensecongline .secondline_costEstimation .box .task .tasked_box li span {
  font-size: 12px;
  margin-right: 3%;
}
.rensecongline .secondline_costEstimation .box .task .tasked_box li input {
  width: 34.6%;
  height: 32px;
  border: 1px solid #d2d2d2;
}
.rensecongline .secondline_costEstimation .box .task .tasked_box li e {
  position: absolute;
  right: 4%;
  top: 0;
}
.rensecongline .secondline_costEstimation .box .task #count {
  display: block;
  width: 43.2%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00aece;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-left: 36.8%;
  margin-top: 70px;
}
.rensecongline .secondline_costEstimation .box .gan {
  float: left;
  width: 1px;
  height: 277px;
  margin-top: 24px;
  background: #e5e5e5;
}
.rensecongline .secondline_costEstimation .box .cost {
  float: left;
  width: 25.6%;
  height: 313px;
}
.rensecongline .secondline_costEstimation .box .cost .cost_money {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
}
.rensecongline .secondline_costEstimation .box .cost .cost_box {
  width: 100%;
}
.rensecongline .secondline_costEstimation .box .cost .cost_box li {
  list-style: none;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: right;
  margin-right: 14%;
}
.rensecongline .secondline_costEstimation .box .cost .cost_box li span {
  font-size: 12px;
  margin-right: 5%;
}
.rensecongline .secondline_costEstimation .box .cost .cost_box li input {
  width: 36.7%;
  height: 32px;
  border: 1px solid #d2d2d2;
  text-align: right;
  padding-right: 2%;
}
.rensecongline .secondline_costEstimation .box .duration {
  float: left;
  width: 20.1%;
  height: 313px;
}
.rensecongline .secondline_costEstimation .box .duration .duration_time {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
}
.rensecongline .secondline_costEstimation .box .duration .duration_box {
  width: 100%;
}
.rensecongline .secondline_costEstimation .box .duration .duration_box li {
  list-style: none;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: left;
}
.rensecongline .secondline_costEstimation .box .duration .duration_box li span {
  font-size: 12px;
}
.rensecongline .secondline_costEstimation .box .duration .duration_box li input {
  width: 40%;
  height: 32px;
  border: 1px solid #d2d2d2;
  text-align: right;
  padding-right: 2%;
}
.rensecongline .secondline_costEstimation .compute_mode {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 12px;
  color: #848484;
}
.new_download img {
  width: 100%;
  height: 100%;
}
.new_download .download_banner {
  width: 100%;
  height: 542px;
}
.new_download .download_content {
  background: #f3f3f3;
  width: 100%;
  height: 1040px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.new_download .download_content .box {
  width: 1400px;
  height: 830px;
  margin: auto;
}
.new_download .download_content .box .box_left {
  width: 709px;
  height: 830px;
  float: left;
}
.new_download .download_content .box .box_left .p1 {
  font-size: 46px;
  width: 554px;
  margin-right: 155px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: right;
  margin-top: 100px;
}
.new_download .download_content .box .box_left .p2 {
  font-size: 22px;
  width: 554px;
  margin-right: 155px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: right;
}
.new_download .download_content .box .box_left .p2 span {
  font-size: 28px;
}
.new_download .download_content .box .box_left .p3 {
  font-size: 18px;
  width: 554px;
  margin-right: 155px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: right;
}
.new_download .download_content .box .box_left h1 {
  font-size: 18px;
  width: 534px;
  margin-right: 155px;
  height: 48px;
  line-height: 48px;
  color: #1767d3;
  text-align: right;
  padding-right: 20px;
  background: #fff;
  margin-top: 30px;
}
.new_download .download_content .box .box_left dl {
  width: 464px;
  height: 488px;
  float: left;
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.new_download .download_content .box .box_left dl dt {
  font-size: 16px;
  margin-top: 35px;
}
.new_download .download_content .box .box_left dl dd {
  font-size: 14px;
}
.new_download .download_content .box .box_left div {
  width: 48px;
  height: 420px;
  float: left;
  padding: 34px 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.new_download .download_content .box .box_left .suxianfirst {
  margin-top: 30px;
  margin-right: 155px;
  float: right;
  display: block;
  width: 180px;
  height: 58px;
}
.new_download .download_content .box .box_right {
  width: 691px;
  height: 830px;
  float: left;
}
.new_download .download_content .box .box_right .p1 {
  font-size: 46px;
  width: 551px;
  margin-left: 140px;
  height: 60px;
  line-height: 60px;
  color: #00aece;
  text-align: left;
  margin-top: 100px;
}
.new_download .download_content .box .box_right .p2 {
  font-size: 22px;
  width: 551px;
  margin-left: 140px;
  height: 40px;
  line-height: 40px;
  color: #00aece;
  text-align: left;
}
.new_download .download_content .box .box_right .p3 {
  font-size: 18px;
  width: 551px;
  margin-left: 140px;
  height: 60px;
  line-height: 60px;
  color: #00aece;
  text-align: left;
}
.new_download .download_content .box .box_right .p3 span {
  font-size: 22px;
}
.new_download .download_content .box .box_right h1 {
  font-size: 18px;
  width: 531px;
  margin-left: 140px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  background: #00aece;
  margin-top: 30px;
}
.new_download .download_content .box .box_right dl {
  width: 461px;
  height: 488px;
  float: left;
  color: #00aece;
  text-align: left;
  border-bottom: 1px solid #00aece;
  border-right: 1px solid #00aece;
}
.new_download .download_content .box .box_right dl dt {
  font-size: 16px;
  margin-top: 35px;
}
.new_download .download_content .box .box_right dl dd {
  font-size: 14px;
}
.new_download .download_content .box .box_right div {
  width: 48px;
  height: 420px;
  float: left;
  padding: 34px 20px;
  margin-left: 140px;
  border-bottom: 1px solid #00aece;
  border-left: 1px solid #00aece;
}
.new_download .download_content .box .box_right .suxiantwo {
  margin-top: 30px;
  margin-left: 140px;
  float: left;
  display: block;
  width: 180px;
  height: 58px;
}
.new_download .download_content .download_content_main {
  margin: 0 auto;
  width: 1200px;
  height: 1104px;
  font-family: 微软雅黑;
  position: relative;
}
.new_download .download_content .download_content_main .content_main_top {
  height: 141px;
  width: 100%;
  text-align: center;
  padding-top: 42px;
  position: relative;
}
.new_download .download_content .download_content_main .content_main_top > h2 {
  font-weight: bold;
  color: #333;
  font-size: 36px;
  line-height: 66px;
}
.new_download .download_content .download_content_main .content_main_top > p {
  color: #999;
  font-size: 18px;
}
.new_download .download_content .download_content_main .content_main_top > img {
  height: 104px;
  width: 168px;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.new_download .download_content .download_content_main .content_main_con > ul > li {
  width: 380px;
  height: 308px;
  float: left;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 28px;
  color: #9a9a9a;
  text-align: center;
  position: relative;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(3) {
  margin-right: 0;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(6) {
  margin-right: 0;
}
.new_download .download_content .download_content_main .content_main_con > ul > li > div {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 27px;
  background-size: 100% 100%;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(1) div {
  background: url("../images/render/out_1.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(2) div {
  background: url("../images/render/out_2.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(3) div {
  background: url("../images/render/out_3.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(4) div {
  background: url("../images/render/out_4.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(5) div {
  background: url("../images/render/out_5.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:nth-child(6) div {
  background: url("../images/render/out_6.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li > h2 {
  color: #333;
  font-size: 22px;
  margin-bottom: 18px;
}
.new_download .download_content .download_content_main .content_main_con > ul > li > p {
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover {
  color: #fff;
  background: #14a0f8;
  box-shadow: 8px 8px 20px #ccc;
  animation: myfirst 0.6s;
  transform: translateY(-3px);
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(1) div {
  background: url("../images/render/mouse_1.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(2) div {
  background: url("../images/render/mouse_2.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(3) div {
  background: url("../images/render/mouse_3.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(4) div {
  background: url("../images/render/mouse_4.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(5) div {
  background: url("../images/render/mouse_5.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover:nth-child(6) div {
  background: url("../images/render/mouse_6.png") no-repeat;
}
.new_download .download_content .download_content_main .content_main_con > ul > li:hover > h2 {
  color: #fff;
}
.new_download .download_content .content_main_bot {
  margin-top: 50px;
  width: 455px;
  min-height: 75px;
  background: #14a0f8;
  border-radius: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.new_download .download_content .content_main_bot > h2 {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 3px;
}
.new_download .download_content .content_main_bot > p {
  font-size: 16px;
  color: #b4e3fe;
}
.render_video .download_content {
  height: auto;
}
.render_video .download_content .down_box {
  padding-top: 80px;
  padding-bottom: 100px;
}
.render_video .download_content .down_box .down_btn {
  margin: 0 auto;
  display: block;
  color: #fff;
  width: 320px;
  height: 80px;
  border-radius: 45px;
  background-color: #18b395;
}
.render_video .download_content .down_box .down_btn h2 {
  font-size: 24px;
  line-height: 80px;
  text-align: center;
}
.render_video .download_content .download_content_main {
  height: auto;
}
.render_video #sx_video_item {
  line-height: 1;
}
.render_video #sx_video_item ul li {
  display: flex;
  align-items: center;
  width: 380px;
  height: 210px;
  text-align: left;
}
.render_video #sx_video_item ul li:hover {
  color: #fff;
  background: #18b395;
  box-shadow: 8px 8px 20px #ccc;
}
.render_video #sx_video_item ul li:hover h2,
.render_video #sx_video_item ul li:hover p {
  color: #fff;
}
.render_video #sx_video_item ul li:hover h2 {
  font-weight: 600;
}
.render_video #sx_video_item ul li:hover:nth-of-type(1) .icon {
  background-position: -26px -114px;
}
.render_video #sx_video_item ul li:hover:nth-of-type(2) .icon {
  background-position: -116px -114px;
}
.render_video #sx_video_item ul li:hover:nth-of-type(3) .icon {
  background-position: -208px -114px;
}
.render_video #sx_video_item ul li:hover:nth-of-type(4) .icon {
  background-position: -301px -114px;
}
.render_video #sx_video_item ul li:hover:nth-of-type(5) .icon {
  background-position: -390px -114px;
}
.render_video #sx_video_item ul li:hover:nth-of-type(6) .icon {
  background-position: -485px -114px;
}
.render_video #sx_video_item ul li > div:nth-of-type(2) {
  width: auto;
  height: auto;
  background: none;
}
.render_video #sx_video_item ul li > div h2 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
  font-weight: 400;
}
.render_video #sx_video_item ul li > div p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
.render_video #sx_video_item ul li .icon {
  width: 80px;
  height: 80px;
  background: url("../images/render/sx_video_icon.png") no-repeat;
  margin: 0 30px 0 30px;
}
.render_video #sx_video_item ul li:nth-of-type(1) .icon {
  background-position: -26px -20px;
}
.render_video #sx_video_item ul li:nth-of-type(2) .icon {
  background-position: -116px -20px;
}
.render_video #sx_video_item ul li:nth-of-type(3) .icon {
  background-position: -208px -20px;
}
.render_video #sx_video_item ul li:nth-of-type(4) .icon {
  background-position: -301px -20px;
}
.render_video #sx_video_item ul li:nth-of-type(5) .icon {
  background-position: -390px -20px;
}
.render_video #sx_video_item ul li:nth-of-type(6) .icon {
  background-position: -485px -20px;
}
@keyframes myfirst {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-3px);
  }
}
.render_header .header_main .l_ul li {
  position: relative;
  margin-right: 60px;
}
.render_header .header_main .l_ul li dl {
  position: absolute;
  top: 60px;
  left: 0;
  width: 112px;
  padding: 10px 0;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 4px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.render_header .header_main .l_ul dl dd {
  height: 40px;
  line-height: 40px;
}
.render_header .header_main .l_ul li dl a {
  color: #666666;
  font-size: 14px;
  line-height: 40px;
}
.render_header .header_main .l_ul li:hover dl {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
.render_header .header_main .l_ul dl dd:hover {
  background: #f6f6f6;
}
.render_header .header_main .l_ul li .dropdown {
  position: relative;
  top: 24px;
  float: right;
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/*# sourceMappingURL=render.css.map */